home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / hyperrez.zip / LINK64 < prev    next >
Text File  |  1989-01-03  |  7KB  |  120 lines

  1. How do Expert Systems and Hypertext Compare?    <sum09 1 11>
  2. ============================================
  3.  
  4. An expert system moves through a set of rules in much the same way an
  5. individual selects paths in a decision tree.  <link27 -PERM>
  6.  
  7. For dispensing knowledge, each technology has certain advantages.  For
  8. example:
  9.  
  10.         Expert systems offer            Hypertext systems offer
  11.         ====================            =======================
  12.         Automatic goal selection        Ease of construction
  13.         Multiple-variable processing    Ease of use
  14.         Speed in reaching a decision    Ease of modification
  15.                                         Sensitivity analysis (browsing)
  16.                                         Transmission of knowledge
  17.  
  18. Let's consider the importance of each of these factors.
  19.  
  20. AUTOMATIC PATH SELECTION  An expert system can monitor time, pressure,
  21.         temperature, etc. to automatically eliminate certain decision paths
  22.         in the search for answers.  In contrast, hypertext systems depend upon
  23.         operator responses to make selected paths to answers.
  24.  
  25. CALCULATED DECISIONS  Expert systems often include formulas that convert any
  26.         number of variable inputs into a single path selection.  Instead of
  27.         this parallel processing (multiple inputs -- single answer), hypertext
  28.         decision systems use a sequence of decision points (serial processing)
  29.         in order to convert multiple inputs into a single path.
  30.  
  31. SPEED   An expert system may reach the appropriate decision within a
  32.         fraction of a second (i.e., avoiding an aircraft collision).  With
  33.         hypertext, speed is limited by the ability of the user to complete
  34.         multiple sequences of reading, understanding, and selecting choices at
  35.         each decision point.
  36.  
  37. However, hypertext has several significant advantages over expert systems in
  38. dispensing information or finding solutions -- construction speed, time to
  39. learn, knowledge representation, ease of modification, sensitivity analysis, and
  40. transmission of knowledge.  Here's how.
  41.  
  42. CONSTRUCTION SPEED  A good 200-rule expert system may take a team of
  43.         knowledge engineers two years to build.  In contrast, most experienced
  44.         computer users <link60 TALENTS NEEDED> can build in one day a good
  45.         200-node decision tree leading to relevant advice.  Our family of
  46.         hypertext products includes a number of utility programs that enable
  47.         you to do just that.
  48.  
  49. TIME TO LEARN  It often takes many years for experts in other fields (e.g.,
  50.         PROLOG, LISP, SMALLTALK) to efficiently transfer their knowledge into
  51.         automatic systems.  In contrast, all experts can master the tools of the
  52.         hypertext system craft with just a few weeks effort.
  53.  
  54. KNOWLEDGE REPRESENTATION   Two major difficulties exist in building expert
  55.         systems.  First, how can users acquire expert-level knowledge?
  56.         Second, how can this knowledge be represented so that a machine can
  57.         generate solutions from it?
  58.  
  59.         In hypertext systems, the knowledge is represented using existing
  60.         everyday formats (i.e., text, diagrams, pictures).
  61.  
  62. MODIFICATION EASE  Once completed, expert systems tend to be notoriously
  63.         difficult to update or modify (many interactions are often hidden
  64.         from users) and then to validate again (who knows when an expert
  65.         machine starts or stops producing expertise?).  With hypertext
  66.         systems, modifications and improvements are as easy as adding
  67.         branching comments or footnoting text by using a word processor.
  68.  
  69. TRANSMISSION OF KNOWLEDGE   Expert machines generally do not explain
  70.         to users the actual methods that will lead to a particular decision.
  71.         With hypertext, users directly participate in each and every decision
  72.         that leads to particular expertise.  This process of openly
  73.         displaying the structure <link37> and uses of knowledge readily
  74.         transmits it to users of hypertext systems.
  75.  
  76. SENSITIVITY ANALYSIS   Expert machines usually provide a single answer
  77.         supported perhaps by a confidence factor such as 82 percent certainty
  78.         (whatever that means).  Hypertext systems allow users to rapidly test
  79.         alternative paths <link05 BROWSE> to see how sensitive to changes
  80.         in the initial assumptions the advice may be.
  81.  
  82. In my opinion, given the years of AI promises and the relative lack of
  83. success in creation and delivery of workable expert systems, the most
  84. important pocketbooks are rapidly closing against further use of computer
  85. processing of rule-based systems as a method of vending expertise from a
  86. disk -- meaning the Department of Defense seems to be giving up on AI!
  87.  
  88. Generally, over the last 30 years, technologists haven't made operations
  89. research practical.  Consequently, if you can't build machines that are
  90. effective in quantitative reasoning, how can you build machines that are
  91. effective in subjective reasoning.  Making subjective decision machines work
  92. is at least several magnitudes more difficult.
  93.  
  94. Why have such decision machines failed?  I think the answer is simple.
  95.  
  96. Numbers and mathematical processing are a second-order approximation to
  97. reality.  Language is the first-order approximation to reality.  What does
  98. that mean?
  99.  
  100. Consider the difference in views of reality contained in these two quotes:
  101.  
  102.      ┌───────────────────────────────────────────────────────────┐
  103.      │  "If you can't measure it, it doesn't exist"              │
  104.      │             Fundamental maxim of quantitative thinking    │
  105.      └───────────────────────────────────────────────────────────┘
  106.  
  107.      ┌───────────────────────────────────────────────────────────┐
  108.      │  "Language determines reality.  If you haven't named it,  │
  109.      │   you can't measure it --  measuring wrong things tends   │
  110.      │   to produce useless answers."                            │
  111.      │              Fundamental maxim of semantic thinking       │
  112.      └───────────────────────────────────────────────────────────┘
  113.  
  114. From my viewpoint, experts neither measure nor calculate.  Instead, experts
  115. have superior language that enables them to see, describe, and predict
  116. reality in superior ways.
  117.  
  118. The foundation of expert machines is calculation while the foundation of
  119. hypertext is classification.  That's why I think hypertext is superior in
  120. capturing and dispensing knowledge.